ArcFM Solution Developer Guide
ResponderFeatureClass Constructor(String,String,Int32,Boolean,IList<ResponderFields>)


Syntax
'Declaration
 
Public Function New( _
   ByVal alias As System.String, _
   ByVal fullName As System.String, _
   ByVal featureClassID As System.Integer, _
   ByVal lineFeature As System.Boolean, _
   ByVal fields As System.Collections.Generic.IList(Of ResponderFields) _
)
'Usage
 
Dim alias As System.String
Dim fullName As System.String
Dim featureClassID As System.Integer
Dim lineFeature As System.Boolean
Dim fields As System.Collections.Generic.IList(Of ResponderFields)
 
Dim instance As New ResponderFeatureClass(alias, fullName, featureClassID, lineFeature, fields)
public ResponderFeatureClass( 
   System.string alias,
   System.string fullName,
   System.int featureClassID,
   System.bool lineFeature,
   System.Collections.Generic.IList<ResponderFields> fields
)

Parameters

alias
fullName
featureClassID
lineFeature
fields
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResponderFeatureClass Class
ResponderFeatureClass Members
Overload List

 

 


Send Comment